summaryrefslogtreecommitdiff
path: root/tools/glade/examples/editor/src/Makefile.am
blob: d9ab60b1ccfdb992777269a48b53e1c0d502e820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	@PACKAGE_CFLAGS@

bin_PROGRAMS = glade-editor

glade_editor_SOURCES = \
	main.c \
	support.c support.h \
	interface.c interface.h \
	callbacks.c callbacks.h

glade_editor_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)