1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libmain/Makefile.am

12 lines
238 B
Makefile
Raw Normal View History

pkglib_LTLIBRARIES = libmain.la
2003-10-20 06:05:01 -04:00
libmain_la_SOURCES = shared.cc
libmain_la_LIBADD = ../libstore/libstore.la @BDW_GC_LIBS@
pkginclude_HEADERS = shared.hh
2003-10-20 06:05:01 -04:00
AM_CXXFLAGS = \
-I$(srcdir)/.. -I$(srcdir)/../libutil \
-I$(srcdir)/../libstore