Changeset 182 in MondoRescue for branches/2.05/mondo/mondo/common/Makefile.am


Ignore:
Timestamp:
Dec 13, 2005, 2:17:16 AM (18 years ago)
Author:
bcornec
Message:

disable x11 build by default
g_mondo_home is now computed at compile time with a define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/Makefile.am

    r30 r182  
    33##
    44
     5AM_CPPFLAGS = -DMONDO_LIB=\"$(pkglibdir)\"
    56## Headers
     7
    68noinst_HEADERS       = libmondo-archive.h libmondo-devices.h \
    79                       libmondo-filelist.h libmondo-files.h libmondo-fork.h \
     
    2729                       libmondo-mountlist.c libmondo-raid.c \
    2830                       libmondo-stream.c libmondo-string.c libmondo-tools.c \
    29                        libmondo-verify.c 
     31                       libmondo-verify.c
    3032libmondo_la_LDFLAGS  = -version-info 2:3:0 -shrext .so
    3133libmondo_la_LIBADD   = @LIBS@
Note: See TracChangeset for help on using the changeset viewer.