Browse Source

add TypedSkel

David Rose 19 years ago
parent
commit
32d867f2f0
1 changed files with 6 additions and 3 deletions
  1. 6 3
      panda/src/skel/Sources.pp

+ 6 - 3
panda/src/skel/Sources.pp

@@ -13,14 +13,17 @@
 
   #define SOURCES \
     config_skel.h \
-    basicSkel.I basicSkel.h
+    basicSkel.I basicSkel.h \
+    typedSkel.I typedSkel.h
     
   #define INCLUDED_SOURCES \
     config_skel.cxx \
-    basicSkel.cxx
+    basicSkel.cxx \
+    typedSkel.cxx
 
   #define INSTALL_HEADERS \
-    basicSkel.h basicSkel.I
+    basicSkel.h basicSkel.I \
+    typedSkel.I typedSkel.h
 
   #define IGATESCAN all