summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-09 19:42:49 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 20:39:35 +0100
commite977fafd31d61a6fca60e20b86f536048fdaa68e (patch)
tree54e1d835cae45b7aee8db436368e053174493ed9 /Makefile.am
parentace74051ebdadd2d6d428948af1982543149ae79 (diff)
downloadparted-e977fafd31d61a6fca60e20b86f536048fdaa68e.tar.gz
maint: rename public .h files to .in.h
Generate .h files from .in.h files, so that we can continue to use _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST in the primary sources, without including them in publicly-installed files. Each generated (and later installed) header file gets expansions of those macros. * include/parted/Makefile.am: New rules. * .gitignore: Ignore the generated files. * Makefile.am (SUBDIRS): Reorder so we build in include/ before libparted, i.e., so that we generate the .h files we'll need.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae252bd..5e52a42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = po lib libparted parted partprobe include doc debug tests
+SUBDIRS = po lib include libparted parted partprobe doc debug tests
EXTRA_DIST = \
.version \