Changeset 2831 for libcaca/trunk/caca
- Timestamp:
- Sep 27, 2008, 7:56:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r2830 r2831 57 57 libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) 58 58 59 install-exec-hook: 59 install-exec-local: 60 $(mkinstalldirs) $(DESTDIR)$(libdir) 60 61 ln -sf libcaca.so $(DESTDIR)$(libdir)/libcucul.so 61 62 ln -sf libcaca.so.0 $(DESTDIR)$(libdir)/libcucul.so.0 62 63 63 uninstall-hook: 64 install-data-local: 65 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) 66 ln -sf caca.pc $(DESTDIR)$(pkgconfigdir)/cucul.pc 67 68 uninstall-local: 64 69 rm -f $(DESTDIR)$(libdir)/libcucul.so 65 70 rm -f $(DESTDIR)$(libdir)/libcucul.so.0 71 rmdir $(DESTDIR)$(libdir) 2>/dev/null || true 72 rm -f $(DESTDIR)$(pkgconfigdir)/cucul.pc 73 rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true 66 74 67 75 if USE_PLUGINS
Note: See TracChangeset
for help on using the changeset viewer.