diff options
author | deva <deva> | 2008-03-17 09:10:42 +0000 |
---|---|---|
committer | deva <deva> | 2008-03-17 09:10:42 +0000 |
commit | 2f10a73cbbe4333e2a41e87a94eda7fb3d442dc5 (patch) | |
tree | cc023927be890bb4880d6c97ddaf055041c512ea /Makefile.am | |
parent | 6ae128fc80dd8a32ec6f062c7767ced32e9ba495 (diff) |
Major code changes... FFMPEG introduced. Project splitup into subfolders.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 0cde25b..f9e55af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,3 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = pixmaps tools etc man lib \ - $(CLIENT_DIR) \ - $(SERVER_DIR) -DISTDIRS = pixmaps tools etc man lib \ - $(CLIENT_DIR) \ - $(SERVER_DIR) - +SUBDIRS = pixmaps tools libmiav miav miavd etc man +DISTDIRS = pixmaps tools libmiav miav miavd etc man |