diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2020-12-24 16:38:17 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2020-12-24 16:38:17 (GMT) | 
| commit | 2a38ddb97342bc8236192117d0d275aa1c24d5db (patch) | |
| tree | e5f0e850b75e8a0b3743c2c154b7569a613535f9 /plugins/python | |
| parent | 5bd15ad0d14e925d1f42ff12a1bc254de3fbdda8 (diff) | |
Registered some missing files into the plugin Makefile.
Diffstat (limited to 'plugins/python')
| -rw-r--r-- | plugins/python/cglimpse/Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/python/cglimpse/Makefile.am b/plugins/python/cglimpse/Makefile.am index 8534bf8..aa89553 100644 --- a/plugins/python/cglimpse/Makefile.am +++ b/plugins/python/cglimpse/Makefile.am @@ -4,6 +4,9 @@ cglimpsedir = $(pluginsdatadir)/python/cglimpse  cglimpse_DATA = 							\  	__init__.py								\  	core.py									\ +	distro.py								\ +	entropy.py								\ +	method.py								\  	panel.py								\  	panel.ui  | 
