Changeset 2958


Ignore:
Timestamp:
10/17/08 01:21:23 (5 years ago)
Author:
sam
Message:

Do not attempt to create libcaca++ symlinks if C++ support was disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/Makefile.am

    r2898 r2958  
    2323cxxtest_LDADD = libcaca++.la ../caca/libcaca.la 
    2424 
     25if USE_CXX 
    2526install-exec-local: 
    2627        $(mkinstalldirs) $(DESTDIR)$(libdir) 
     
    3334        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) 
    3435        ln -sf caca++.pc $(DESTDIR)$(pkgconfigdir)/cucul++.pc 
     36endif 
    3537 
    3638uninstall-local: 
Note: See TracChangeset for help on using the changeset viewer.