diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2345cfc..37f2990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ noinst_LIBRARIES = librtclient.a librtclient_a_SOURCES = \ - rtclient.c \ - rtclient.h + rtuser.h \ + rtclient.h \ + rtclient.c |