move the C sources to the subfolder pgf again for backwards compatibility

This commit is contained in:
krangelov
2021-08-08 18:29:16 +02:00
parent f70e1b8772
commit 91f183ca6a
17 changed files with 16 additions and 17 deletions

View File

@@ -3,21 +3,21 @@ lib_LTLIBRARIES = libpgf.la
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libpgf.pc
pgfincludedir=$(includedir)
pgfincludedir=$(includedir)/pgf
pgfinclude_HEADERS = \
pgf.h
pgf/pgf.h
libpgf_la_SOURCES = \
db.cxx \
db.h \
text.cxx \
text.h \
pgf.cxx \
reader.cxx \
reader.h \
data.h \
expr.h \
namespace.h
pgf/db.cxx \
pgf/db.h \
pgf/text.cxx \
pgf/text.h \
pgf/pgf.cxx \
pgf/reader.cxx \
pgf/reader.h \
pgf/data.h \
pgf/expr.h \
pgf/namespace.h
libpgf_la_LDFLAGS = "-no-undefined"