1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

added alpm.h to delivery targets (Jason)

This commit is contained in:
Aurelien Foret 2005-10-20 18:57:33 +00:00
parent 1b4ce12672
commit 2b43f98366

View File

@ -26,6 +26,8 @@ TARGETS = md5driver.c \
lib_LTLIBRARIES = libalpm.la lib_LTLIBRARIES = libalpm.la
include_HEADERS = alpm.h
libalpm_la_SOURCES = $(TARGETS) libalpm_la_SOURCES = $(TARGETS)
libalpm_la_LDFLAGS = -no-undefined -version-info $(PM_VERSION_INFO) libalpm_la_LDFLAGS = -no-undefined -version-info $(PM_VERSION_INFO)