diff options
author | N.N. <matju@users.sourceforge.net> | 2006-07-21 16:19:14 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2006-07-21 16:19:14 +0000 |
commit | 8bbb9ac4f66c30f278efe98ae4dbddf07301b60b (patch) | |
tree | b94a11ffc9dbd8b1e3dce6b19e99d1bd51661be4 /externals | |
parent | 91a9f4dced38f9296ad1a8d40cfc539bd0336ab4 (diff) |
added pdp and pidip on Linux because they are compiling
svn path=/trunk/; revision=5396
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 9828c468..df67b85a 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -117,7 +117,7 @@ else LIB_TARGETS += hid else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += + LIB_TARGETS += pdp pidip endif endif |