diff options
author | Slávek Banko <[email protected]> | 2016-04-06 19:49:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-06 19:49:19 +0200 |
commit | 0fc8bd091a374e11cf7b517e01ab0712161049d3 (patch) | |
tree | 341d33bb515b89bf49cf44106fae6cf2e2998611 /dominoConfig | |
parent | 2c9119a5eff2397157a75f13b901e417f9d3bd12 (diff) | |
download | tde-style-domino-0fc8bd091a374e11cf7b517e01ab0712161049d3.tar.gz tde-style-domino-0fc8bd091a374e11cf7b517e01ab0712161049d3.zip |
Fix hardcoded path for freetype2 includes
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'dominoConfig')
-rw-r--r-- | dominoConfig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dominoConfig/Makefile.am b/dominoConfig/Makefile.am index 9f7a04f..4b13841 100644 --- a/dominoConfig/Makefile.am +++ b/dominoConfig/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) -I/usr/include/freetype2 +INCLUDES = $(all_includes) $(FT2_CFLAGS) noinst_HEADERS = dominoconf.h kde_module_LTLIBRARIES = kstyle_domino_config.la |