summaryrefslogtreecommitdiff
path: root/libgphoto2/Makefile.am
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-26 20:24:03 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-26 20:24:03 +0000
commit704ad016df81a7f556456f0f258b43962c781909 (patch)
treeabb10b2f5bf70f3b5d07442bdaac4edf48f967f9 /libgphoto2/Makefile.am
parent0ebc84dfd2b92ccd2ee38b924a3474f4610a7bcc (diff)
downloadlibgphoto2-704ad016df81a7f556456f0f258b43962c781909.tar.gz
2001-10-26 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* include: Move everything from here ... * libgphoto2: ... to here. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2772 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/Makefile.am')
-rw-r--r--libgphoto2/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgphoto2/Makefile.am b/libgphoto2/Makefile.am
index e80223385..e0e71588e 100644
--- a/libgphoto2/Makefile.am
+++ b/libgphoto2/Makefile.am
@@ -19,12 +19,13 @@ libgphoto2_la_SOURCES = \
gphoto2-list.c \
pattrec.c pattrec.h \
gphoto2-result.c \
- setting.c \
+ gphoto2-setting.c \
gphoto2-widget.c
libgphoto2_la_LIBADD = -lm
libgphoto2includedir = $(includedir)/gphoto2
libgphoto2include_HEADERS = \
+ gphoto2.h \
gphoto2-abilities.h \
gphoto2-abilities-list.h\
gphoto2-camera.h \
@@ -34,6 +35,7 @@ libgphoto2include_HEADERS = \
gphoto2-library.h \
gphoto2-list.h \
gphoto2-result.h \
+ gphoto2-setting.h \
gphoto2-widget.h
pkgconfigdir = $(libdir)/pkgconfig