source: MondoRescue/branches/2.2.9/mondo/src/mondoarchive/Makefile.am@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 403 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
6
7## Headers
8noinst_HEADERS = mondoarchive.h
9
10## The program
11sbin_PROGRAMS = mondoarchive
12mondoarchive_SOURCES = mondoarchive.c
13mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a
Note: See TracBrowser for help on using the repository browser.