forked from lix-project/lix
* Install some headers in the right location.
This commit is contained in:
parent
7f254706b0
commit
0e6f604178
|
@ -1,6 +1,6 @@
|
||||||
SUBDIRS = format
|
SUBDIRS = format
|
||||||
|
|
||||||
pkginclude_HEADERS = assert.hpp checked_delete.hpp format.hpp \
|
nobase_pkginclude_HEADERS = assert.hpp checked_delete.hpp format.hpp \
|
||||||
shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \
|
shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \
|
||||||
enable_shared_from_this.hpp \
|
enable_shared_from_this.hpp \
|
||||||
detail/shared_count.hpp detail/workaround.hpp
|
detail/shared_count.hpp detail/workaround.hpp
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
pkglib_LTLIBRARIES = libmain.la
|
pkglib_LTLIBRARIES = libmain.la
|
||||||
|
|
||||||
libmain_la_SOURCES = shared.cc shared.hh
|
libmain_la_SOURCES = shared.cc
|
||||||
|
|
||||||
|
libmain_la_LIBADD = ../libstore/libstore.la
|
||||||
|
|
||||||
|
pkginclude_HEADERS = shared.hh
|
||||||
|
|
||||||
AM_CXXFLAGS = \
|
AM_CXXFLAGS = \
|
||||||
-DNIX_STORE_DIR=\"$(storedir)\" \
|
-DNIX_STORE_DIR=\"$(storedir)\" \
|
||||||
|
|
Loading…
Reference in a new issue