Browse Source

Add missing directory for examples

git-svn-id: trunk@39604 -
pierre 7 years ago
parent
commit
cca5a219d2
1 changed files with 4 additions and 2 deletions
  1. 4 2
      packages/libenet/fpmake.pp

+ 4 - 2
packages/libenet/fpmake.pp

@@ -49,8 +49,10 @@ begin
       AddUnit('enettime');
       AddUnit('enetprotocol');
       end;
-    P.Targets.AddExampleProgram('serverapp.pp');
-    P.Targets.AddExampleProgram('clientapp.pp');
+    // Examples
+    P.ExamplePath.Add('examples');
+      P.Targets.AddExampleProgram('serverapp.pp');
+      P.Targets.AddExampleProgram('clientapp.pp');
 
 {$ifndef ALLPACKAGES}
     Run;