14 lines
632 B
Diff
14 lines
632 B
Diff
Index: src/gmdb2/Makefile.am
|
|
===================================================================
|
|
--- src/gmdb2/Makefile.am.orig 2009-12-02 19:57:27.000000000 +0100
|
|
+++ src/gmdb2/Makefile.am 2009-12-02 19:57:27.000000000 +0100
|
|
@@ -1,7 +1,7 @@
|
|
prefix = @GNOME_PREFIX@
|
|
SUBDIRS = help gladefiles pixmaps
|
|
bin_PROGRAMS = gmdb2
|
|
-include_HEADERS = gmdb.h
|
|
+noinst_HEADERS = gmdb.h
|
|
gmdb2_SOURCES = main2.c file.c util.c table.c query.c module.c macro.c report.c form.c info.c table_def.c table_data.c table_export.c debug.c sql.c schema.c prefs.c
|
|
LIBS = -rdynamic $(GNOME_LIBS) @LIBS@ @LEXLIB@
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include \
|