source: MondoRescue/branches/stable/mondo/src/common/Makefile.am@ 1054

Last change on this file since 1054 was 1054, checked in by Bruno Cornec, 17 years ago
  • Backporting more trunk content into stable
  • Adding the test and lib directories
  • Preparing for l10n
  • Property svn:keywords set to Id
File size: 1.4 KB
RevLine 
[4]1##
[1054]2## $Id: Makefile.am 1054 2007-01-16 01:50:12Z bruno $
3##
[4]4## Process this file with Automake to generate `Makefile.in'
5##
[1054]6AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
[182]7
[423]8## libmondo
9noinst_LIBRARIES = libmondo.a
10
11libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
[1054]12 libmondo-msg.c \
[423]13 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
[541]14 libmondo-mountlist.c libmondo-raid.c \
[423]15 libmondo-stream.c libmondo-string.c libmondo-tools.c \
16 libmondo-verify.c newt-specific.c \
17 libmondo-archive.h libmondo-devices.h \
[4]18 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
[541]19 libmondo-gui.h libmondo-mountlist.h libmondo-raid.h \
[4]20 libmondo-stream.h libmondo-string.h libmondo-tools.h \
21 libmondo-verify.h libmondo-fifo.h \
22 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
[423]23 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
24 libmondo-files-EXT.h libmondo-fork-EXT.h \
[541]25 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
[423]26 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \
27 libmondo-string-EXT.h libmondo-tools-EXT.h \
28 libmondo-verify-EXT.h libmondo-stream-EXT.h \
[1054]29 newt-specific.h
Note: See TracBrowser for help on using the repository browser.