Changeset 2963 for libcaca/trunk/caca/Makefile.am
- Timestamp:
- Oct 18, 2008, 1:07:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r2962 r2963 76 76 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir) 77 77 ln -sf caca.pc $(DESTDIR)$(pkgconfigdir)/cucul.pc 78 ln -sf caca.h $(DESTDIR)$(includedir)/cucul.h 78 79 79 80 uninstall-local: … … 85 86 rm -f $(DESTDIR)$(pkgconfigdir)/cucul.pc 86 87 rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true 88 rm -f $(DESTDIR)$(includedir)/cucul.h 87 89 88 90 if USE_PLUGINS
Note: See TracChangeset
for help on using the changeset viewer.