summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-04-15 09:02:19 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-04-15 09:02:19 +0000
commit519d70b11709cc73bee6994cf9ff379c4824913b (patch)
tree3e18118b5765f1c780ad2ef389cb467f4bc4e94e
parentc54d0948db7f30fd06b97d146dc1e4db6be13c40 (diff)
downloadlibcroco-519d70b11709cc73bee6994cf9ff379c4824913b.tar.gz
Change _DATA to _HEADERS for header
2003-04-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: Change _DATA to _HEADERS for header * src/Makefile.am: Only use filename for _HEADERS. remove libcroco-config.h from _HEADERS
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am2
-rw-r--r--src/Makefile.am3
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e383a18..e616f67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-15 Alexander Larsson <alexl@redhat.com>
+
+ * Makefile.am:
+ Change _DATA to _HEADERS for header
+
+ * src/Makefile.am:
+ Only use filename for _HEADERS.
+ remove libcroco-config.h from _HEADERS
+
2003-04-12 dodji <dodji@seketeli.org>
* src/* made a big change of the source tree.
diff --git a/Makefile.am b/Makefile.am
index e2c8a47..9ac51e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libcroco.pc
extraincludedir=$(includedir)/@PACKAGE@
-extrainclude_DATA= libcroco-config.h
+extrainclude_HEADERS= libcroco-config.h
bin_SCRIPTS=croco-config
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d4dd60..fbddfe9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
SUBDIRS=parser seleng layeng
crocoincdir=$(includedir)/@PACKAGE@
-crocoinc_HEADERS= $(top_srcdir)/src/libcroco.h \
-$(top_srcdir)/libcroco-config.h
+crocoinc_HEADERS= libcroco.h