aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--doc/Makefile.am1
-rw-r--r--m4/Makefile.am1
-rw-r--r--src/Makefile.am1
-rw-r--r--src/common/Makefile.am1
-rw-r--r--src/include/Makefile.am1
-rw-r--r--src/intlemu/Makefile.am1
-rw-r--r--src/main/Makefile.am1
-rw-r--r--src/plugins/Makefile.am1
9 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3f8edb6..c3944a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1SUBDIRS = m4 po src doc . 2SUBDIRS = m4 po src doc .
2EXTRA_DIST = config.rpath \ 3EXTRA_DIST = config.rpath \
3 ABOUT-NLS install-sh 4 ABOUT-NLS install-sh
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7ee5385..b6139d3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1man_MANS = extract.1 libextractor.3 2man_MANS = extract.1 libextractor.3
2EXTRA_DIST = $(man_MANS) 3EXTRA_DIST = $(man_MANS)
3 4
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 562ce60..1b6e008 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1EXTRA_DIST = glibc2.m4 intl.m4 intldir.m4 lock.m4 visibility.m4 \ 2EXTRA_DIST = glibc2.m4 intl.m4 intldir.m4 lock.m4 visibility.m4 \
2 ac_python_devel.m4 \ 3 ac_python_devel.m4 \
3 abi-gsf.m4 \ 4 abi-gsf.m4 \
diff --git a/src/Makefile.am b/src/Makefile.am
index b620c01..55692eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1if WANT_FRAMEWORK 2if WANT_FRAMEWORK
2 INTLEMU_SUBDIRS = intlemu 3 INTLEMU_SUBDIRS = intlemu
3endif 4endif
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index d6be33f..b46d8f5 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1INCLUDES = -I$(top_srcdir)/src/include 2INCLUDES = -I$(top_srcdir)/src/include
2 3
3LIBS = \ 4LIBS = \
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index daa42c4..a81ffc2 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1SUBDIRS = . 2SUBDIRS = .
2include_HEADERS = \ 3include_HEADERS = \
3 extractor.h 4 extractor.h
diff --git a/src/intlemu/Makefile.am b/src/intlemu/Makefile.am
index aa61bad..295f4d1 100644
--- a/src/intlemu/Makefile.am
+++ b/src/intlemu/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1noinst_LTLIBRARIES = \ 2noinst_LTLIBRARIES = \
2 libintlemu.la 3 libintlemu.la
3 4
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index cff991b..dbb0f84 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1SUBDIRS = . 2SUBDIRS = .
2 3
3INCLUDES = -I$(top_srcdir)/src/include 4INCLUDES = -I$(top_srcdir)/src/include
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index fc5f1eb..15dfd33 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -1,3 +1,4 @@
1# This Makefile.am is in the public domain
1INCLUDES = \ 2INCLUDES = \
2 -I$(top_srcdir)/src/include \ 3 -I$(top_srcdir)/src/include \
3 -I$(top_srcdir)/src/common 4 -I$(top_srcdir)/src/common