summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-10-13 11:45:49 +0800
committerLAN-TW <lantw44@gmail.com>2013-10-13 11:45:49 +0800
commit6b48432bc0a0956c4509bd7425d1d8f9d2ce8a93 (patch)
tree335da9a5483f0832388e018485d6912a0128f151
parent432fae3ac4d8643d00ef53936b10b4e411ffb418 (diff)
downloadsp2013-6b48432bc0a0956c4509bd7425d1d8f9d2ce8a93.tar.gz
sp2013-6b48432bc0a0956c4509bd7425d1d8f9d2ce8a93.tar.zst
sp2013-6b48432bc0a0956c4509bd7425d1d8f9d2ce8a93.zip
HW1: 不需要安裝內部使用的函式庫
-rw-r--r--hw1/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw1/Makefile.am b/hw1/Makefile.am
index 75e4c4f..6275cbb 100644
--- a/hw1/Makefile.am
+++ b/hw1/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = Makefile.simple
bin_PROGRAMS = read_server write_server
-lib_LIBRARIES = libsphw1.a
+noinst_LIBRARIES = libsphw1.a
libsphw1_a_SOURCES = common.c common.h server.c server.h
read_server_CFLAGS = -DREAD_SERVER
read_server_SOURCES = main.c proc_r.c proc.h