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

gnome_plist_editor_SOURCES = \
	gnome-plist-editor.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)