* Install some headers in the right location.
This commit is contained in:
parent
7f254706b0
commit
0e6f604178
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
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 = \
|
||||
-DNIX_STORE_DIR=\"$(storedir)\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue