diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | main.c (renamed from test.c) | 0 |
3 files changed, 5 insertions, 5 deletions
@@ -18,5 +18,5 @@ configure depcomp install-sh missing +rtclienttest stamp-h1 -test diff --git a/Makefile.am b/Makefile.am index 27ceecd..b4caab6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ librtclient_a_SOURCES = \ rtclient/rtclient.h \ rtclient.c -bin_PROGRAMS = test -test_SOURCES = test.c -test_LDADD = librtclient.a -test_LDFLAGS = -lcurl +bin_PROGRAMS = rtclienttest +rtclienttest_SOURCES = main.c +rtclienttest_LDADD = librtclient.a +rtclienttest_LDFLAGS = -lcurl |