repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3684c0
)
examples/Makefile.am Remove stuff we do not need
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sat, 22 Mar 2014 00:33:14 +0000
(17:33 -0700)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sat, 22 Mar 2014 00:33:14 +0000
(17:33 -0700)
examples/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/examples/Makefile.am
b/examples/Makefile.am
index d72e757ccfe56ef44b2382027fd11c589964da45..d73d8fabb237030129a2686d9a78d177be552897 100644
(file)
--- a/
examples/Makefile.am
+++ b/
examples/Makefile.am
@@
-10,21
+10,3
@@
AM_CPPFLAGS = \
"-D_U_=__attribute__((unused))"
AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt
-
-nfs_ls_SOURCES = nfs-ls.c
-
-nfs_cp_SOURCES = nfs-cp.c
-
-nfs_io_SOURCES = nfs-io.c
-
-nfsclient_async_SOURCES = nfsclient-async.c
-
-nfsclient_raw_SOURCES = nfsclient-raw.c
-
-nfsclient_sync_SOURCES = nfsclient-sync.c
-
-nfsclient_bcast_SOURCES = nfsclient-bcast.c
-
-nfsclient_listservers_SOURCES = nfsclient-listservers.c
-
-portmap_example_SOURCES = portmap-example.c