Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from cybre/new-stuff
Browse files Browse the repository at this point in the history
New stuff
  • Loading branch information
cybre authored Feb 4, 2017
2 parents 31d40d2 + 435a767 commit 5274f73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
37 changes: 1 addition & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,4 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.*
configure
depcomp
install-sh
libtool
ltmain.sh
*.stamp
*.dirstamp
.deps
missing
*.o
stamp-h*
.libs

m4/intltool.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

intltool-extract.in
intltool-merge.in
intltool-update.in

*.la
*.lo
/budgie-screenshot-applet/*.c
/data/*.c
/data/*.h
*.stamp*
/build/*

*.ui~

Expand Down
7 changes: 7 additions & 0 deletions src/config.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef _CONFIG_H
#define _CONFIG_H

#define GETTEXT_PACKAGE "budgie-screenshot-applet"
#define PACKAGE_LOCALEDIR "@LOCALE_DIR@"

#endif

0 comments on commit 5274f73

Please sign in to comment.