You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
414 B
18 lines
414 B
# $Id$
|
|
# Makefile for tdebase/tdeioslave/kamera
|
|
|
|
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) $(GPHOTO2_INCS)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = tdeio_kamera.la
|
|
|
|
tdeio_kamera_la_SOURCES = kamera.cpp
|
|
tdeio_kamera_la_LIBADD = $(LIB_TDEIO) -lgphoto2
|
|
tdeio_kamera_la_LDFLAGS = $(all_libraries) $(GPHOTO2_LIBS) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = kamera.h
|
|
|
|
kde_services_DATA = camera.protocol
|
|
|