diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:45:26 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-11 14:45:26 +0200 | 
| commit | 2630860e6bc935c3daacec186e080eddcc79fe3c (patch) | |
| tree | 23705f895e571f8445b0a7d3450402e8cdfa5586 /hugin_filter.h | |
| parent | 4a06d163403c729da246fceecabf2348ef532140 (diff) | |
Added Makefile targets for 'disabled'. Fix some bugs accordingly.
Diffstat (limited to 'hugin_filter.h')
| -rw-r--r-- | hugin_filter.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/hugin_filter.h b/hugin_filter.h index 7d2a09a..b15d816 100644 --- a/hugin_filter.h +++ b/hugin_filter.h @@ -28,9 +28,13 @@  #ifndef __HUGIN_HUGIN_FILTER_H__  #define __HUGIN_HUGIN_FILTER_H__ +#ifndef DISABLE_HUGIN +  #include "hugin.h"  int hug_filter_enabled(const enum __debug_class cl, const char *ch);  int hug_filter_parse(const char *filter); +#endif/*DISABLE_HUGIN*/ +  #endif/*__HUGIN_HUGIN_FILTER_H__*/ | 
