diff options
author | marha <marha@users.sourceforge.net> | 2013-12-21 15:01:26 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-12-21 15:01:26 +0100 |
commit | ac104bfcd88032e9378e1046bf75870d311aea8c (patch) | |
tree | c309375b36f7936b43499bb91af501ab03f1b69b /libXmu/src/makefile | |
parent | f1ad13e02109671c5a16303e171bd2f81702ed72 (diff) | |
download | vcxsrv-ac104bfcd88032e9378e1046bf75870d311aea8c.tar.gz vcxsrv-ac104bfcd88032e9378e1046bf75870d311aea8c.tar.bz2 vcxsrv-ac104bfcd88032e9378e1046bf75870d311aea8c.zip |
Removed delete source file from makefile
Diffstat (limited to 'libXmu/src/makefile')
-rw-r--r-- | libXmu/src/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libXmu/src/makefile b/libXmu/src/makefile index 2b94eed65..14a636d76 100644 --- a/libXmu/src/makefile +++ b/libXmu/src/makefile @@ -58,6 +58,5 @@ CSRCS = \ UpdMapHint.c \ VisCmap.c \ WidgetNode.c \ - Xct.c \ - sharedlib.c + Xct.c |