Create and include headers for libhelix_archiver.a (includedir): Set
2000-12-19 Bradford Hovinen <hovinen@helixcode.com> * Makefile.am (include_HEADERS): Create and include headers for libhelix_archiver.a (includedir): Set includedire to include/helix-archiver
This commit is contained in:
parent
62734d0bab
commit
251530d68a
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
libhelix_archiver_a_SOURCES
|
||||
(helix_archiver_LDADD): Added libhelix_archiver.a
|
||||
(INCLUDES): Changed XML_CFLAGS to GNOME_XML_CFLAGS
|
||||
(include_HEADERS): Create and include headers for
|
||||
libhelix_archiver.a
|
||||
(includedir): Set includedire to include/helix-archiver
|
||||
|
||||
2000-12-18 Bradford Hovinen <hovinen@helixcode.com>
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Locationmetadir = $(datadir)/hcm/default
|
||||
Locationmeta_DATA = default-user.xml default-global.xml
|
||||
|
||||
includedir = $(prefix)/include/helix-archiver
|
||||
|
||||
INCLUDES = \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
-I$(includedir) $(GNOME_INCLUDEDIR) \
|
||||
|
@ -19,6 +21,9 @@ libhelix_archiver_a_SOURCES = \
|
|||
backend-list.c backend-list.h \
|
||||
util.c util.h
|
||||
|
||||
include_HEADERS = \
|
||||
archive.h location.h config-log.h backend-list.h util.h
|
||||
|
||||
helix_archiver_SOURCES = \
|
||||
main.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue