mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 08:58:07 +02:00
move DkpClient and DkpClientDevice to libdevkit-power
This commit is contained in:
parent
f8a902dff9
commit
32aaf9ed93
6 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(DBUS_CFLAGS) \
|
||||
$(DBUS_GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)/libdevkit-power \
|
||||
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
||||
|
|
@ -11,6 +11,10 @@ noinst_LTLIBRARIES = \
|
|||
libdevkit_power_la_SOURCES = \
|
||||
dkp-debug.c \
|
||||
dkp-debug.h \
|
||||
dkp-client.c \
|
||||
dkp-client.h \
|
||||
dkp-client-device.c \
|
||||
dkp-client-device.h \
|
||||
dkp-history-obj.h \
|
||||
dkp-history-obj.c \
|
||||
dkp-enum.c \
|
||||
|
|
@ -18,7 +22,8 @@ libdevkit_power_la_SOURCES = \
|
|||
dkp-object.c \
|
||||
dkp-object.h
|
||||
|
||||
libdevkit_power_la_LIBADD = $(INTLLIBS) $(GLIB_LIBS)
|
||||
libdevkit_power_la_LIBADD = $(INTLLIBS) $(GLIB_LIBS) $(DBUS_GLIB_LIBS)
|
||||
|
||||
|
||||
clean-local:
|
||||
rm -f *~
|
||||
|
|
|
|||
|
|
@ -34,10 +34,6 @@ bin_PROGRAMS = devkit-power devkit-power-on-battery
|
|||
|
||||
devkit_power_SOURCES = \
|
||||
dkp-tool.c \
|
||||
dkp-client.c \
|
||||
dkp-client.h \
|
||||
dkp-client-device.c \
|
||||
dkp-client-device.h \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
devkit_power_CPPFLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue