1## Process this file with automake to produce Makefile.in
2
3libgedaincludedir = $(includedir)/libgeda
4libgedainclude_HEADERS = \
5	libgeda/colors.h \
6	libgeda/defines.h \
7	libgeda/edaerrors.h \
8	libgeda/funcs.h \
9	libgeda/geda_list.h \
10	libgeda/globals.h \
11	libgeda/libgeda.h \
12	libgeda/o_types.h \
13	libgeda/papersizes.h \
14	libgeda/prototype.h \
15	libgeda/libgedaguile.h \
16	libgeda/struct.h
17
18
19noinst_HEADERS = \
20	gettext_priv.h \
21	i_vars_priv.h \
22	libgeda_priv.h \
23	prototype_priv.h \
24	struct_priv.h \
25	libgedaguile_priv.h
26
27MOSTLYCLEANFILES = *.log core FILE *~
28CLEANFILES = *.log core FILE *~
29DISTCLEANFILES = *.log core FILE *~
30MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in
31
32