source: MondoRescue/branches/2.2.10/mondo/src/common/Makefile.am@ 2277

Last change on this file since 2277 was 2241, checked in by Bruno Cornec, 15 years ago

r3144@localhost: bruno | 2009-06-26 12:18:08 +0200

  • Remove mr_string.c|.h useless and in de=uplication with mr_str.c|.h
  • Solve with valgrind's help some memroy leak (harmless mostly)
  • Solve a seg fault at end, when unallocating a bkpinfo member after the strcuture disallocation !
  • after mr_strtok, memory ssociated with the token needs to be free
  • Adds a new function free_newt_stuff to free newt related allocated memory
  • Do not exit if mr_free is unsuccessful, and only warn when debug > 8
  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1##
2## Process this file with Automake to generate `Makefile.in'
3##
4
5AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
6
7## libmondo
8noinst_LIBRARIES = libmondo.a
9
10libmondo_a_SOURCES = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
11 libmondo-filelist.c libmondo-files.c libmondo-fork.c \
12 libmondo-mountlist.c libmondo-raid.c \
13 libmondo-stream.c libmondo-string.c libmondo-tools.c \
14 libmondo-verify.c newt-specific.c libmondo-cli.c \
15 libmondo-archive.h libmondo-devices.h \
16 libmondo-filelist.h libmondo-files.h libmondo-fork.h \
17 libmondo-gui.h libmondo-mountlist.h libmondo-raid.h \
18 libmondo-stream.h libmondo-string.h libmondo-tools.h \
19 libmondo-verify.h libmondo-fifo.h libmondo-cli.h \
20 libmondo-archive-EXT.h my-stuff.h mondostructures.h \
21 libmondo-devices-EXT.h libmondo-fifo-EXT.h \
22 libmondo-files-EXT.h libmondo-fork-EXT.h \
23 libmondo-gui-EXT.h libmondo-filelist-EXT.h \
24 libmondo-mountlist-EXT.h libmondo-raid-EXT.h \
25 libmondo-string-EXT.h libmondo-tools-EXT.h \
26 libmondo-verify-EXT.h libmondo-stream-EXT.h libmondo-cli-EXT.h \
27 newt-specific.h
Note: See TracBrowser for help on using the repository browser.