root / trunk / client / Makefile.am @ 1785
History | View | Annotate | Download (2.4 KB)
| 1 |
## Process this file with automake to produce Makefile.in |
|---|---|
| 2 |
|
| 3 |
SUBDIRS = |
| 4 |
|
| 5 |
if ENABLE_PHP_MODULE |
| 6 |
SUBDIRS += web |
| 7 |
endif |
| 8 |
|
| 9 |
if ENABLE_GUI |
| 10 |
SUBDIRS += gui |
| 11 |
endif |
| 12 |
|
| 13 |
EXTRA_DIST = \ |
| 14 |
gui_qt/gui_qt.pro \ |
| 15 |
gui_qt/gui_qt.rc \ |
| 16 |
gui_qt/update_version.sh \ |
| 17 |
gui_qt/updateqm.pri \ |
| 18 |
gui_qt/nntpgrab_qt.desktop \ |
| 19 |
gui_qt/QNNTPGrabResources.qrc \ |
| 20 |
gui_qt/AutoImport.cpp \ |
| 21 |
gui_qt/AutoImport.h \ |
| 22 |
gui_qt/ConfigGuiOpts.cpp \ |
| 23 |
gui_qt/ConfigGuiOpts.h \ |
| 24 |
gui_qt/DialogAddServer.cpp \ |
| 25 |
gui_qt/DialogAddServer.h \ |
| 26 |
gui_qt/DialogConnect.cpp \ |
| 27 |
gui_qt/DialogConnect.h \ |
| 28 |
gui_qt/DialogImportNZB.cpp \ |
| 29 |
gui_qt/DialogImportNZB.h \ |
| 30 |
gui_qt/DialogManagePlugins.cpp \ |
| 31 |
gui_qt/DialogManagePlugins.h \ |
| 32 |
gui_qt/DialogSetCollectionName.cpp \ |
| 33 |
gui_qt/DialogSetCollectionName.h \ |
| 34 |
gui_qt/DownloadQueueItem.cpp \ |
| 35 |
gui_qt/DownloadQueueItem.h \ |
| 36 |
gui_qt/DownloadQueueModel.cpp \ |
| 37 |
gui_qt/DownloadQueueModel.h \ |
| 38 |
gui_qt/DownloadQueueSelectionModel.cpp \ |
| 39 |
gui_qt/DownloadQueueSelectionModel.h \ |
| 40 |
gui_qt/FormDebug.cpp \ |
| 41 |
gui_qt/FormDebug.h \ |
| 42 |
gui_qt/main.cpp \ |
| 43 |
gui_qt/mainwindow.cpp \ |
| 44 |
gui_qt/mainwindow.h \ |
| 45 |
gui_qt/ProgressBarDelegate.cpp \ |
| 46 |
gui_qt/ProgressBarDelegateDownloadQueue.cpp \ |
| 47 |
gui_qt/ProgressBarDelegateDownloadQueue.h \ |
| 48 |
gui_qt/ProgressBarDelegate.h \ |
| 49 |
gui_qt/ProgressBarDelegatePAR2AndUnpack.cpp \ |
| 50 |
gui_qt/ProgressBarDelegatePAR2AndUnpack.h \ |
| 51 |
gui_qt/QNNTPGrabGlue.cpp \ |
| 52 |
gui_qt/QNNTPGrabGlue.h \ |
| 53 |
gui_qt/QNNTPGrabGlue_p.h \ |
| 54 |
gui_qt/QNZBCreator.cpp \ |
| 55 |
gui_qt/QNZBCreator.h \ |
| 56 |
gui_qt/WidgetConfigAutoImport.cpp \ |
| 57 |
gui_qt/WidgetConfigAutoImport.h \ |
| 58 |
gui_qt/WidgetConfig.cpp \ |
| 59 |
gui_qt/WidgetConfigDisplay.cpp \ |
| 60 |
gui_qt/WidgetConfigDisplay.h \ |
| 61 |
gui_qt/WidgetConfigFolders.cpp \ |
| 62 |
gui_qt/WidgetConfigFolders.h \ |
| 63 |
gui_qt/WidgetConfig.h \ |
| 64 |
gui_qt/WidgetConfigNotifications.cpp \ |
| 65 |
gui_qt/WidgetConfigNotifications.h \ |
| 66 |
gui_qt/WidgetConfigNZBCreator.cpp \ |
| 67 |
gui_qt/WidgetConfigNZBCreator.h \ |
| 68 |
gui_qt/WidgetConfigPAR2.cpp \ |
| 69 |
gui_qt/WidgetConfigPAR2.h \ |
| 70 |
gui_qt/WidgetConfigPlugins.cpp \ |
| 71 |
gui_qt/WidgetConfigPlugins.h \ |
| 72 |
gui_qt/WidgetConfigServers.cpp \ |
| 73 |
gui_qt/WidgetConfigServers.h \ |
| 74 |
gui_qt/WidgetConnections.cpp \ |
| 75 |
gui_qt/WidgetConnections.h \ |
| 76 |
gui_qt/WidgetDownloadQueue.cpp \ |
| 77 |
gui_qt/WidgetDownloadQueue.h \ |
| 78 |
gui_qt/WidgetNZBCreator.cpp \ |
| 79 |
gui_qt/WidgetNZBCreator.h \ |
| 80 |
gui_qt/WidgetRepairAndUnpack.cpp \ |
| 81 |
gui_qt/WidgetRepairAndUnpack.h \ |
| 82 |
gui_qt/WidgetTrafficMonitor.cpp \ |
| 83 |
gui_qt/WidgetTrafficMonitor.h \ |
| 84 |
gui_qt/WidgetUpdateInfo.cpp \ |
| 85 |
gui_qt/WidgetUpdateInfo.h \ |
| 86 |
gui_qt/*.ui \ |
| 87 |
gui_qt/icons/* \ |
| 88 |
gui_qt/translations/*.ts |
| 89 |
|
NNTPGrab

