diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-19 11:49:40 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-19 11:49:40 +0100 |
commit | bc1d1ffa445b7e93f767512d3b4c083fb72f7753 (patch) | |
tree | e5d9ca0d4d953e1256e49234053d132fcfc2cd0b /dde26_test/Makefile | |
parent | 5b6c944db0909eea2874fc1d4a974b05edb6e879 (diff) |
link to ddekit statically.
Diffstat (limited to 'dde26_test/Makefile')
-rw-r--r-- | dde26_test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dde26_test/Makefile b/dde26_test/Makefile index a407f741..0ccbf521 100644 --- a/dde26_test/Makefile +++ b/dde26_test/Makefile @@ -11,7 +11,7 @@ TARGET = dde26_test SRC_C = main.c -LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net -lddekit +LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net /root/hurd/libddekit/libddekit.a -lpciaccess -lthreads -lshouldbeinlibc CFLAGS += -g # DDE configuration |