| Rev | Line |   | 
|---|
| [7328] | 1 | pkgconfigdir = $(libdir)/pkgconfig | 
|---|
 | 2 | nodist_pkgconfig_DATA = libenet.pc | 
|---|
 | 3 |  | 
|---|
 | 4 | enetincludedir=$(includedir)/enet | 
|---|
 | 5 | enetinclude_HEADERS = \ | 
|---|
 | 6 |         include/enet/callbacks.h \ | 
|---|
 | 7 |         include/enet/enet.h \ | 
|---|
 | 8 |         include/enet/list.h \ | 
|---|
 | 9 |         include/enet/protocol.h \ | 
|---|
 | 10 |         include/enet/time.h \ | 
|---|
 | 11 |         include/enet/types.h \ | 
|---|
 | 12 |         include/enet/unix.h \ | 
|---|
 | 13 |         include/enet/utility.h \ | 
|---|
 | 14 |         include/enet/win32.h | 
|---|
 | 15 |  | 
|---|
 | 16 | lib_LTLIBRARIES = libenet.la | 
|---|
 | 17 | libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c | 
|---|
 | 18 | # see info '(libtool) Updating version info' before making a release | 
|---|
 | 19 | libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 | 
|---|
 | 20 | INCLUDES = -Iinclude | 
|---|
 | 21 |  | 
|---|
 | 22 | ACLOCAL_AMFLAGS = -Im4 | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.