summaryrefslogtreecommitdiff
path: root/src/gui/menus/Makefile.am
blob: 727c0cf41875b22e309a091e77ff95435448f78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

noinst_LTLIBRARIES  = libguimenus.la

libguimenus_la_SOURCES =				\
	binary.h binary.c					\
	debug.h debug.c						\
	edition.h edition.c					\
	file.h file.c						\
	help.h help.c						\
	options.h options.c					\
	project.h project.c					\
	view.h view.c

libguimenus_la_CFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)


devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)

dev_HEADERS = $(libguimenus_la_SOURCES:%c=)