source: MondoRescue/branches/stable/mondo/mondo/mondoarchive/Makefile.am@ 532

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

Fix a bug in rpm generation
Adds mondo conf file
Remove useless mondo-makefilelist
Rudimentary Script for the test env.
Preparation of the separation of log_msg function in a standalone file
Pass sysconfdir variable from configure system to mondoarchive to find conf file

  • Property svn:keywords set to Id
File size: 324 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\"
5
6## Headers
7noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h
8
9## The program
10sbin_PROGRAMS = mondoarchive
11mondoarchive_SOURCES = main.c mondo-cli.c
12mondoarchive_LDADD = ${top_builddir}/mondo/common/libmondo.a
Note: See TracBrowser for help on using the repository browser.