Skip to content

Commit

Permalink
#5366: Define PKG*DIR symbols for modulelib
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 24, 2020
1 parent 30ec4fa commit 9aa81f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/module/Makefile.am
@@ -1,4 +1,9 @@
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libs
AM_CPPFLAGS = -DPKGLIBDIR='"$(pkglibdir)"' \
-DPKGDATADIR='"$(pkgdatadir)"' \
-DLOCALEDIR='"$(localedir)"' \
-DHTMLDIR='"$(htmldir)"' \
-I$(top_srcdir)/include \
-I$(top_srcdir)/libs
AM_CXXFLAGS = -fPIC

pkglib_LTLIBRARIES = libmodule.la
Expand Down

0 comments on commit 9aa81f2

Please sign in to comment.