packagekit/backends/opkg/Makefile.am

9 lines
307 B
Makefile
Raw Normal View History

2008-02-20 10:16:48 -08:00
plugindir = $(PK_PLUGIN_DIR)
2008-01-21 08:40:50 -08:00
plugin_LTLIBRARIES = libpk_backend_opkg.la
libpk_backend_opkg_la_SOURCES = pk-backend-opkg.c
2008-02-20 10:16:48 -08:00
libpk_backend_opkg_la_LIBADD = $(PK_PLUGIN_LIBS) $(OPKG_LIBS)
2008-01-21 08:40:50 -08:00
libpk_backend_opkg_la_LDFLAGS = -module -avoid-version
2008-02-20 10:16:48 -08:00
libpk_backend_opkg_la_CFLAGS = $(PK_PLUGIN_CFLAGS) $(OPKG_CFLAGS)
2008-01-21 08:40:50 -08:00