Changeset 2958


Ignore:
Timestamp:
Oct 17, 2008, 1:21:23 AM (14 years ago)
Author:
Sam Hocevar
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.