summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: f5cf7a894417b6a70f4d24b8b68147615a15d52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin_PROGRAMS = gnome-plist-editor

gnome_plist_editor_SOURCES = \
	gnome-plist-editor.c \
	plist-utils.c

gnome_plist_editor_CFLAGS = \
	-Wl,--export-dynamic \
	$(GLIB_CFLAGS) \
	$(GTK_CFLAGS) \
	$(LIBPLIST_CFLAGS)

gnome_plist_editor_LDADD = \
	-lpthread \
	$(GLIB_LIBS) \
	$(GTK_LIBS) \
	$(LIBPLIST_LIBS)