source: trunk/server/common/patches/moira-install-headers.patch @ 1403

Last change on this file since 1403 was 1396, checked in by gdb, 14 years ago
Built and mildly tested moira RPM
File size: 1.3 KB
  • include/Makefile.in

    old new  
    77SRCTOP=@top_srcdir@
    88BUILDTOP=../..
    99
     10prefix=@prefix@
     11includedir=@includedir@
     12INSTALL=@INSTALL@
     13
    1014all:
    1115
    1216clean:
     
    1721depend:
    1822
    1923install:
     24        $(SRCTOP)/mkinstalldirs $(DESTDIR)$(includedir)/moira
     25        $(INSTALL) moira.h $(DESTDIR)$(includedir)/moira
  • lib/Makefile.in

    old new  
    2525prefix=@prefix@
    2626exec_prefix=@exec_prefix@
    2727libdir=@libdir@
     28includedir=@includedir@
    2829
    2930OBJS=   critical.lo fixhost.lo fixname.lo \
    3031        hash.lo kname_unparse.lo kname_parse.lo krb_et.lo mr_access.lo mr_auth.lo \
     
    5455
    5556install: all
    5657        $(LIBTOOL) --mode=install  $(INSTALL) libmoira.la $(DESTDIR)$(libdir)/libmoira.la
     58        $(SRCTOP)/mkinstalldirs $(DESTDIR)$(includedir)/moira
     59        $(INSTALL) mr_et.h krb_et.h ureg_err.h $(DESTDIR)$(includedir)/moira
    5760
    5861libmoira.la: $(OBJS)
    5962        $(LIBTOOL) --mode=link $(CC) $(ALL_LDFLAGS) -o $@ $(OBJS) -rpath $(libdir) -version-info 0:0:0
Note: See TracBrowser for help on using the repository browser.