Changeset 4440 for trunk/Nebulous/nebclient/src/Makefile.am
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/Makefile.am
r3052 r4440 1 1 # Copyright (C) 2005 Joshua Hoblitt 2 2 # 3 # $Id: Makefile.am,v 1. 3 2005-01-19 00:31:35jhoblitt Exp $3 # $Id: Makefile.am,v 1.4 2005-06-30 02:35:06 jhoblitt Exp $ 4 4 5 include_HEADERS= idataclient.h6 lib_LTLIBRARIES = lib idataclient.la7 lib idataclient_la_LDFLAGS = -release @PACKAGE_VERSION@8 lib idataclient_la_SOURCES =\9 idataclient.h\10 idataclient.c\5 include_HEADERS=nebclient.h 6 lib_LTLIBRARIES = libnebclient.la 7 libnebclient_la_LDFLAGS = -release @PACKAGE_VERSION@ 8 libnebclient_la_SOURCES =\ 9 nebclient.h\ 10 nebclient.c\ 11 11 xmalloc.h\ 12 12 xmalloc.c\ … … 21 21 bin_PROGRAMS = test 22 22 test_SOURCES = test.c 23 test_LDADD = lib idataclient.la23 test_LDADD = libnebclient.la
Note:
See TracChangeset
for help on using the changeset viewer.
