diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:32:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:32:19 +0000 |
commit | 0d382a262c0638d0f572fc37193ccc5ed3dc895f (patch) | |
tree | 8578dcddfce4191f3f7a142a37769df7add48475 /k9devices/Makefile.am | |
download | k9copy-0d382a262c0638d0f572fc37193ccc5ed3dc895f.tar.gz k9copy-0d382a262c0638d0f572fc37193ccc5ed3dc895f.zip |
Added old abandoned version of k9copy
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9devices/Makefile.am')
-rw-r--r-- | k9devices/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/k9devices/Makefile.am b/k9devices/Makefile.am new file mode 100644 index 0000000..c939086 --- /dev/null +++ b/k9devices/Makefile.am @@ -0,0 +1,10 @@ +INCLUDES = -I$(top_srcdir)/dvdread -I$(top_srcdir)/libk9copy $(DBUS_INCS) \ + $(HAL_INCS) $(K3B_INCS) $(all_includes) +METASOURCES = AUTO +libk9devices_la_LDFLAGS = $(all_libraries) +noinst_LTLIBRARIES = libk9devices.la +noinst_HEADERS = k9halconnection.h k9haldevice.h k9cddrive.h k9dbusdispatch.h +libk9devices_la_SOURCES = k9halconnection.cpp k9haldevice.cpp k9cddrive.cpp \ + k9dbusdispatch.cpp + +libk9devices_la_LIBADD = $(K3B_LIBS) $(HAL_DBUS_LIBS) |