1
0
mirror of https://github.com/openSUSE/snapper.git synced 2026-02-06 09:46:06 +01:00
Files
snapper/examples/c++-lib/Makefile.am

23 lines
387 B
Makefile

#
# Makefile.am for snapper/examples/c++-lib
#
AM_CPPFLAGS = -I$(top_srcdir)
LDADD = ../../snapper/libsnapper.la
noinst_PROGRAMS = List ListAll Create CmpDirs CreateNumber CreateTimeline
List_SOURCES = List.cc
ListAll_SOURCES = ListAll.cc
Create_SOURCES = Create.cc
CmpDirs_SOURCES = CmpDirs.cc
CreateNumber_SOURCES = CreateNumber.cc
CreateTimeline_SOURCES = CreateTimeline.cc