source: MondoRescue/trunk/mondo/mondo/common/Makefile.am@ 274

Last change on this file since 274 was 183, checked in by bcornec, 18 years ago

merge -r180:182 $SVN_M/branches/2.05

  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1##
2## Process this file with Automake to generate `Makefile.in'
3##
4
5AM_CPPFLAGS = -DMONDO_LIB=\"$(pkglibdir)\"
6## Headers
7
8noinst_HEADERS = libmondo-archive.h libmondo-devices.h \
9 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
10 libmondo-gui.h libmondo-mountlist.h libmondo-raid.h \
11 libmondo-stream.h libmondo-string.h libmondo-tools.h \
12 libmondo-verify.h libmondo-fifo.h \
13 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
14 libmondo-devices-EXT.h libmondo-fifo-EXT.h libmondo-filelist-EXT.h \
15 libmondo-files-EXT.h libmondo-fork-EXT.h libmondo-gui-EXT.h \
16 libmondo-mountlist-EXT.h libmondo-raid-EXT.h libmondo-stream-EXT.h \
17 libmondo-string-EXT.h libmondo-tools-EXT.h libmondo-verify-EXT.h \
18 newt-specific.h
19
20## Libraries
21lib_LTLIBRARIES = libmondo.la libmondo-newt.la
22
23## libmondo
24libmondo_la_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
25 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
26 libmondo-mountlist.c libmondo-raid.c \
27 libmondo-stream.c libmondo-string.c libmondo-tools.c \
28 libmondo-verify.c
29libmondo_la_LDFLAGS = -version-info 2:3:0 -shrext .so
30libmondo_la_LIBADD = @LIBS@
31
32## libmondo-newt
33libmondo_newt_la_SOURCES = newt-specific.c
34libmondo_newt_la_LDFLAGS = -version-info 1:0:0 -shrext .so
35libmondo_newt_la_LIBADD = -lnewt
Note: See TracBrowser for help on using the repository browser.