瀏覽代碼

* Only install the C++ .pc files if C++ support was activated.

tags/v0.99.beta14
Sam Hocevar sam 16 年之前
父節點
當前提交
211d0707f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cxx/Makefile.am

+ 1
- 1
cxx/Makefile.am 查看文件

@@ -3,10 +3,10 @@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul \
-I$(top_srcdir)/caca

if USE_CXX
pkgconfig_DATA = cucul++.pc caca++.pc
pkgconfigdir = $(libdir)/pkgconfig

if USE_CXX
include_HEADERS = cucul++.h caca++.h
lib_LTLIBRARIES = libcucul++.la libcaca++.la
endif


Loading…
取消
儲存